Pardon my density, but how does one remove a tool from the Ribbon bar? I can get properties of the ribbon bar in Design View, and the tool I want to remove is listed in the Tools property, but there seems to be no way to delete it. Edit > Delete will prevent the tool from drawing in Design View, but it's still there in the Tools properties, and in the Designer.cs file.
You can right-click the UltraToolbarsManager at design-time and click the Customize... menu item. Go to the tools tab and you will see a list of root tools. Delete the tools from this list to remove them from the Designer.cs file and the Tools collection of the manager.