Hey Andrew,
I am really sorry for the delay of this reply as it is a weekend for us here. This is currently not configurable but you may edit the file /components/com_easyblog/themes/wireframe/dashboard/account/blog.php and remove the codes below,
[gist]
<div class="form-group">
<?php echo $this->html('dashboard.label', 'COM_EASYBLOG_DASHBOARD_BLOGGER_WEBSITE');?>
<div class="col-md-8">
<?php echo $this->html('dashboard.text', 'url', $this->escape($profile->url)); ?>
</div>
</div>
[/gist]