How to remove the «Phone Number» field's tooltip from the «Shipping Address» popup on the frontend checkout page?

Hi,

I am just wondering how I can remove this tooltip?

I have tried the below but no luck:

<item name="telephone" xsi:type="array">
    <item name="config" xsi:type="array">
        <item name="tooltip" xsi:type="array">
            <item name="config" xsi:type="array">
                 <item name="componentDisabled" xsi:type="boolean">true</item>
             </item>
        </item>
    </item>
</item>

Thanks

The simpliest solution is to hide it with CSS.