Update: I figured out how to remove it from the top by following the directions on a previous thread by deleting this code in the content.php file:
<?php if ( ! post_password_required() && ( comments_open() || ‘0’ != get_comments_number() ) ) : ?>
<span class=”comments-link”> <?php comments_popup_link( __( ‘Leave a Comment’, ‘athemes’ ), __( ‘1 Comment’, ‘athemes’ ), __( ‘% Comments’, ‘athemes’ ) ); ?></span>
<?php endif; ?>
Now, I can’t figure out how to add it at the bottom.