Just do this and it will clean it for you:
jq 'del(.metadata.widgets)' YourNotebook.ipynb > YourNotebook.ipynb
Please note that it will work only if Jupyter JSON format is stable in that respect.