The link that are in the header when you add or edit a property page can be changed/removed by editing the submission_guite.php in templates folder/

At line 72 you have the html code for the link

<div class=" user_dashboard_panel_guide">
<a href="<?php echo $edit_link_desc; ?>" class="<?php echo $activeedit; ?>"><?php esc_html_e('Description ','wpestate');?></a>
<a href="<?php echo $edit_link_price; ?>" class="<?php echo $activeprice; ?>"><?php esc_html_e('Price ','wpestate');?></a>
<a href="<?php echo $edit_link_images; ?>" class="<?php echo $activeimages; ?>"><?php esc_html_e('Images ','wpestate');?></a>
<a href="<?php echo $edit_link_details; ?>" class="<?php echo $activedetails; ?>"><?php esc_html_e('Details ','wpestate');?></a>
<a href="<?php echo $edit_link_location; ?>" class="<?php echo $activelocation; ?>"><?php esc_html_e('Location ','wpestate');?></a>
<a href="<?php echo $edit_link_amenities; ?>" class="<?php echo $activeamm; ?>"><?php esc_html_e('Amenities ','wpestate');?></a>
<a href="<?php echo $edit_link_calendar; ?>" class="menucalendar <?php echo $activecalendar; ?>"><?php esc_html_e('Calendar','wpestate');?></a>
</div>