I'm having issues with the model staying active even when disabled in-game. When using the menu to disable in-game, I see it gone, and some others do as well, but still others report seeing it still active even when I don't see it after disabling it. Not sure if there's a toggle in unity or setting in-game I can change. I did disable it in unity from it defaulting on but that is a separate issue.
Look inside the assets at the bottom and find the DnB folder and find the Dn B Params, click on that and look at the inspector on the right hand side and you should see a bunch of boxes, uncheck the Default for DnB_On, if you need a visual refer to salvadortaco in the comments below, they took a pic of it
Since the Asset is on when uploading, but the animation is there to turn it off, it will always show for those who do not have your animations on. A simple fix is to add an "Apply During Upload" script from VRCFury on the DnB asset, make it an object toggle, then set the object to the DnB object and set it to turn off.