I'm aware that KDE default uses SDDM, and Gnome uses GDM, so I want to make sure I'm not going to completely break anything. I've also got a few applications that I'd rather not have to completely reconfigure (Mostly just OBS actually).
So my plan is to run these commands in order, feel free to correct any errors:
pacman -S gnome gnome-extra
(I should not need to install gdm, as it is installed as part of the gnome group.)
sudo systemctl enable gdm.service
sudo systemctl disable sddm.service
At this point I will reboot into the gnome session (Gnome uses Wayland by default, so simply selecting a Gnome session should be all I need to do at login, and GDM should be what I see at login, instead of SDDM)
Removing KDE Plasma:
This is the more difficult part, as there are multiple package groups that I'm unsure of, even though the singular command would seem simple enough.
sudo pacman -Rns plasma plasma-meta plasma-desktop kde-applications
The only other thing I'm not sure of is if I should, or even can, remove SDDM as part of this process.