if ( ! function_exists( 'wpse65613_remove_a' ) ) {
add_action( 'admin_footer-edit.php', 'wpse65613_remove_a' );
function wpse65613_remove_a() {
?>
<script type="text/javascript">
jQuery('#post-<?php echo get_field('settings__page-cabinet', 'option')->ID; ?>').remove();
</script>
<?php
}
}