Windows 10 removed the ability to list saved WiFi profiles in the Network and Sharing Center, so now we have to resort to the CLI.
To list all existing profiles (WLAN networks you’ve connected to in the past):
netsh wlan show profiles
To remove a network from your cache:
netsh wlan delete profile name="SSID"
Replace SSID with the profile/network you wish to delete.