Hi Maximilian,
Sorry, It is not possible. But if you want to hide the slider in mobile devices so please add the code given in Additional CSS box.
@media (max-width: 500px) {
.theme-main-slider {
display: none;
}
}
Now click to Publish button.
Thanks