Irishrunner16,
Thanks for reaching out! You can hide fields on the Event Submission form by doing a template override. Here’s how to do this:
1) Just create the following new directory structure in your theme directory: ‘/tribe-events/community’
2) After doing that, go to ‘wp-content/plugins/the-events-calendar-community-events/views/community/’ and copy over all files to the new directory you created in Step 1.
3) Find a file named ‘venue.php’ in the ‘Modules’ folder and find the code that looks like this: https://gist.github.com/ckpicker/73a847ef26ed0cd3252f
4) Comment out that code using HTML comments
That should be it! Give that a shot and let me know if it does the trick.
Thanks!