How can I hide the image slide button in Dawn theme on mobile?

Hi!

I need to hide the image slide button in mobile. Do you know how to do this in the Dawn theme?

Thanks for your help!

I got it thanks

Edit code: Assets > component-slider.css

.slider-buttons {
display: flex;
align-items: center;
justify-content: center;
}

.slider-buttons {
display: none;
align-items: center;
justify-content: center;
}

Any idea how can i change numbers to dots?