@stefanhoesli: Do you mean navigation arrows in Featured Slider? If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#feature-slider .cycle-prev::before,
#feature-slider .cycle-next::before {
display: none;
}
Regards,
Mahesh