If you want to hide the countdown timer and still want to have a raffle end date – then you can hide it via your themes style.css:
.rtg-countdown {
display: none !important;}
The code for the product page timer is here:
.product p, .product span, .product div {
display: none !important;
}