How can I remove the slider section from a DAWN theme slideshow?

Awesome!

Add this to the bottom of your component-slideshow.css file:

.slideshow__controls.slider-buttons.no-js-hidden {
    display: none;
}