Hi,
Thanks for using our plugins.
It is possible to show a location title without the link.
If this is in one of our event templates you can follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
That will show you how you can move and edit event templates in your theme.
There you can change any venue links you like to just the title.
To just show a title you could use this coding:
<?php echo get_the_title( tribe_get_venue_id( $event_id ) ); ?>
Let me know if you have any follow up questions.
Thanks