Hey Darren,
I am sorry for the delay of this reply, unfortunately that was not possible to disable it now, if you really want to remove this, you can modify this file -> J
oomlaFolder\components\com_easysocial\themes\wireframe\videos\form.php
// remove this few line of code
<div class="form-group">
<label for="es-fields-85" class="col-sm-3 control-label">
<?php echo JText::_('COM_EASYSOCIAL_VIDEOS_VIDEO_LOCATION');?>
</label>
<div class="col-sm-8">
<?php echo $this->html('form.location', 'location', $video->getLocation()); ?>
</div>
</div>