Hi,
Thanks for using our plugins.
It is possible to remove those links with a little customization.
Please follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
to move to your theme this file and edit it:
the-events-calendar\views\single-event.php
There you want to remove or comment out this section in both the header and footer:
<ul class="tribe-events-sub-nav">
<li class="tribe-events-nav-previous"><?php tribe_the_prev_event_link( '<span>«</span> %title%' ) ?>
<li class="tribe-events-nav-next"><?php tribe_the_next_event_link( '%title% <span>»</span>' ) ?>
Let me know if that works for you.
Thanks