Thank you for reaching out to us.
I would love to help you with this topic.
There are actually a couple of ways you could accomplish this:
By doing a template customization for each of these views where you literally remove the venue hyperlinks. You can read more about that in our Themer’s guide which is actually the best way to remove the organizer hyperlink.
By hiding elements using CSS rules (in your WordPress theme):.tribe-events-list .tribe-events-venue-details .author, .tribe-events-single .tribe-venue a { display:none;}