I’m not sure if i did it correctly but I just changed the if statement in the loop_slider.php to
<?php if ( $wp_query->max_num_pages < 1 ) : ?>
<div id=”nav-slider”>
so it was > 1 initially, I just changed it to < 1 and it got rid of the arrows since the statement now is referring to less than one page.
Hope it helps!