Hi,
to
hide the button you can add a CSS like this in your template:
.jsn-p-opt{display:none !important}
Alternatively you can
remove the button with template override:
- Copy file from /components/com_jsn/views/profile/tmpl/default.php in /templates/your-theme-folder/html/com_jsn/profile/default.php
- Open the new file and remove lines 46 and 47