Hello,
Thanks for reaching out!
To show all events in photo view, you can add the snippet in this post to your functions.php file in your child theme. For the previous and next links, you could either hide them with CSS or remove them from the templates by following these instructions. Look for something like this section in each of the templates, which you can delete from the templates after copying them into your child theme.
<!-- Footer Navigation -->
<?php do_action( 'tribe_events_before_footer_nav' ); ?>
<?php tribe_get_template_part( 'month/nav' ); ?>
<?php do_action( 'tribe_events_after_footer_nav' ); ?>
Let me know if this helps and if you have any questions!
Thanks,
Jennifer