Hey there,
Sorry to say this, unfortunately we don't have a setting to disable the location field. But you can try modify in this following file:
JoomlaFolder/components/com_easysocial/themes/wireframe/videos/form/default.php
Remove code from this line 178 to 184
<div class="o-form-group">
<?php echo $this->html('form.label', 'COM_EASYSOCIAL_VIDEOS_VIDEO_LOCATION', 3, false); ?>
<div class="o-control-input">
<?php echo $this->html('form.location', $video->getLocation()->table, '', 'video'); ?>
</div>
</div>
Then override this file into your current site template directory location:
JoomlaFolder/templates/YourCurrentTemplate/html/com_easysocial/videos/form/default.php