<?php if( get_field('my_field_name') ){ ?>
<?php echo get_field('my_field_name'); ?>
<?php }; ?>
This will only show the field if content exists depending on content type (i.e., an image is uploaded to the field, text is entered, it is selected, etc.).