Hi Anthony. Sorry you’ve spent so much time on this.
Please follow along our Themer’s Guide for this file: /wp-content/plugins/the-events-calendar/src/views/modules/meta/details.php
Copy that file to your child theme’s tribe-events/modules/meta/ folder (as described in the Themer’s Guide and the top of the details.php file)
Then make this edit to that copied file (in that child theme folder, not in The Event Calendar’s plugin folder):
Comment out Line 50 by changing it from
$cost = tribe_get_formatted_cost();
to
// $cost = tribe_get_formatted_cost();
And that should do it!