Hi Peter,
there is a options to remove tabs from registration/edit profile pages in Components->Easy Profile->Options->Layout. Of course this options remove tabs from both views, if you want to remove tab only in registration page then the fastest way is to hide tab title with a CSS code like this:
#member-registration #jsn-profile-tabs{display:none;}