Hi,
these fields was also available in the previous version because these are added by "CMC Registration plugin". in the previous version all fieldgroups (and fields from plugins) was displayed all in one page, now in the new version are displayed in a tab view.
"CMC Registration plugin" is not designed to see other profiles, it not have a options to hide own fields in profile page. You can solve this by adding a simple code in this plugin:
in file
/plugins/user/cmc/cmc.php at
line 45 try to add this code:
if(JRequest::getVar('option','')=='com_jsn') return true;
Now in Easy Profile page this plugin do nothing, in edit profile and registration pages it works normally