Hey @Austen,
Thanks for reaching out.
The “related posts” on that page and other single events are powered by a plugin on your site called Jetpack.
To disable those, you’ll want to head into your Jetpack settings and try to disable the “related posts” feature on the Events, Venues, and Organizers post types.
We do not make Jetpack, but if you head over to their documentation and support site you should be able to find relevant information on how to do this. ? https://jetpack.com/support/related-posts/
You could also add CSS like this to the bottom of your theme’s style.css file to hide those related posts:
body.single-tribe_events #jp-relatedposts {
display: none !important;
}
Cheers,
George