Checklist for removing a git submodule
- Delete the relevant line from the .gitmodules file.
- Delete the relevant section from .git/config.
- Run git rm --cached path_to_submodule (no trailing slash).
- Commit the superproject.
- Delete the now untracked submodule files.
From https://git.wiki.kernel.org/index.php/GitSubmoduleTutorial