brent If I understand you correctly, both Windows Powershell /enum firmware and Solus efibootmgr --verbose show identical UEFI/EFI bootloaders, but your BIOS shows additional bootloaders. I'm not sure what the reason for this might be, but perhaps the additional bootloaders are not UEFI/EFI bootloaders. I just don't know.
Of the bootloaders listed above, {bootmgr} is the current Windows Boot Manager.
I think that the last entry -- identifier {9d47e795-7c05-11ec-8ca0-448a5bd1fd6d} -- is an old Windows Boot Manager from the original Windows 10 installation on the computer, but I am not sure about that. It is entirely possible that it is a repeat of {bootmgr} although I don't think so. I would not remove it and take the chance of bricking your Windows installation.
The others -- {7c330c4e-7b87-11ec-a13f-448a5bd1fd6d}, {7c330c4d-7b87-11ec-a13f-448a5bd1fd6d}, and {7c330c4c-7b87-11ec-a13f-448a5bd1fd6d} -- all seem to be related to the computer's system components that you use at present.
The displayorder shows that the computer will try to boot from the various bootloaders in this order:
(1) {bootmgr} -- Windows Boot Manager (current)
(2) {9d47e795-7c05-11ec-8ca0-448a5bd1fd6d} -- (probably the original W10 bootloader)
(3) {7c330c4e-7b87-11ec-a13f-448a5bd1fd6d} -- Hard Drive (the drive connected to the SATA 0 slot)
(4) {7c330c4d-7b87-11ec-a13f-448a5bd1fd6d} -- CD/DVD Drive
(5) {7c330c4c-7b87-11ec-a13f-448a5bd1fd6d} -- UEFI: Built in EFI Shell
In other words, the computer will look down the list until it finds something that is bootable, and then it will boot from that ...
If it were my computer, I would leave well enough alone at this point -- that is, don't delete any of them.
And since (a) neither Windows Powershell /enum firmware nor Solus efibootmgr --verbose show any of the other bootloaders that BIOS shows, and (b) you can't get at them through BIOS settings, I think you will just have to live with them.
In short, put your Solus drive back into the computer, set the boot order (using BIOS) so that Linux Boot Manager is at the top of the list, Windows Boot Manager is second on the list, and the rest fall where they may, and start enjoying your dual-boot computer.
Thank you for working with me this long discussion. It has been interesting and I've learned from the discussion and from you.