Xen hypervisor at boot

So, I wanted to install and use Virtual Machine Manager and was running into some issues with it. I had found a thread somewhere stating to install (what I think to be the issue) xen-utils. Now when I boot in my grub menu is a default boot of ‘Ubuntu GNU/Linux, with Xen hypervisor’. I don’t want this. I tried removing xen-utils and got this output:

[ ed@edmate1604: ~ ]$ sudo apt remove xen-utils
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘xen-utils-4.6’ instead of ‘xen-utils’
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

How do I remove Xen hypervisor fully and restore my grub back to what it was?

Never mind. I solved it.
Completed a ‘sudo apt remove xen-utils-4.6’ and then a ‘sudo apt autoremove’ and that seemed to work.