Uninstall editable (Development Mode) packages did not remove their egg-info folders

I encountered that uninstalling a package that was install via --editable before didn’t remove its egg-info folder.

I’m using pip 22.3.1 with Python 3.9.2 (Debian 11/stable).

Is there something like a clean switch or anything like this?