The generate_more_jump
filter allows you to remove or change the #more-x anchor that’s added to your read more URLs when using the more tag.
Default (string): #more-PAGEID
Usage
To remove the more anchor, simply add this PHP:
add_filter( 'generate_more_jump', '__return_false' );