Remove Prev & Next Arrows from Slider

Hey again,

Is there a custom CSS for removing the nav arrows from a homepage slider?

Cheers,
Lincoln

ul.flex-direction-nav {
  display: none;
}